home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / fmh7.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  474b  |  17 lines

  1. struct FMH7 {
  2. /*
  3.  * This structure is function management header 7
  4.  * (FMH-7), use for provide the error description.
  5.  */
  6. unsigned char length; /* Length in binary of FMH7 (7)*/
  7. unsigned char type;
  8. unsigned long sense;
  9. struct flg1  { /* describes next field */
  10.                /* if errlg = 1, error log var. presence;
  11.                 * otherwise no error log.
  12.                 */
  13.            unsigned int errlg: 1;
  14.            unsigned int rsrv : 7;
  15.          } nfld;
  16. };
  17.